@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	background-color: #FFF;
	height: auto;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width:880px;
	padding:10px;
	background-color:#E7DFCE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width:300px;
	float: left;
}
.header_right {
	float: right;
	width: 70px;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 110px;
	font-weight: normal;
	margin-right: 10px;
}


#menu {
	width:880px;
	float: left;
	list-style-type: none;
	background-color: #200700;
}

#contents {
	clear:both;
	width:880px;
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#headImage {
	width:880px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 460px;
}

#main {
	float:left;
	width:560px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	height: auto;
}
.illust01 {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 560px;
}
.illust01_1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100px;
}
.ilust_title {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 160px;
}
.illut_title-texy {
	font-size: 16px;
	color: #31001D;
	width: 150px;
	margin-top: 30px;
	height: 70px;
	margin-left: 10px;
	font-weight: bold;
}
.illust_text-s {
	font-size: 14px;
	color: #31001D;
	height: 40px;
	width: 150px;
	font-weight: normal;
}
.setumei {
	font-size: 14px;
	color: #31001D;
	height: 58px;
	width: 255px;
	margin-top: 42px;
	float: left;
	font-weight: normal;
	margin-left: 5px;
}
.yajirushi {
	height: 65px;
	width: 40px;
	margin-top: 35px;
	float: right;
	text-decoration: none;
}
.video {
	height: 415px;
	width: 560px;
	padding-top: 15px;
	background-image: url(../images/video_p.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.button2 {
	height: 41px;
	width: 59px;
	margin-top: 180px;
	margin-left: 250px;
}
.video01 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #FFF;
	height: auto;
	width: 550px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #31001D;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}






#sub {
	float:right;
	width:280px;
	background-color: #600;
	height: auto;
	margin-bottom: auto;
}

#footer {
	clear:both;
	width:880px;
}
.footer_link {
	font-size: 12px;
	color: #551B14;
	text-decoration: none;
	height: 30px;
	width: 880px;
}


/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:32px;
   color:#fff;
   line-height:80px;
}

#header h1 a {
   color:#624643;
}

#header h1 a:hover {
   color:#AE847F;
}

#headImage {
   width:880px;
   height:460px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
	list-style:none;
	margin:0;
	padding:0;
	height: 370px;
	width: 880px;
}

#headImage li {
   position:absolute;
   background:#fff;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	margin:0;
	padding:0;
	background-color: #200700;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:176px;
   padding:10px 0;
   color:#fff;
   background-color:#200700;
}

#menu li a.active {
   display:block;
   width:176px;
   padding:10px 0;
   color:#fff;
   background-color:#3f1508;
}

#menu li a:hover {
   color:#ddd;
   background-color:#3f1508;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-family:Georgia;
   font-size:20px;
   font-weight:bold;
   background:#8C514A;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#06C;
	text-decoration: none;
}

#main a:hover {
	color:#000;
	border:0;
	border-bottom:1px solid #D2447B;
}

#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#31001D;
	font-size:15px;
	font-weight:normal;
	border-bottom:3px double #31001D;
	text-decoration: none;
}

#main h3 {
   margin-bottom:3px;
   padding:2px 4px;
   font-size:13px;
   color:#fff;
   background:#551b14;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#551b14;
   border-bottom:2px solid #551b14;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#551b14;
   border-left:8px solid #551b14;
}

#main h6 {
   font-size:13px;
   color:#551b14;
}

#main p {
   margin:0 0 0.5em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========sub CONTENTS CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub li {
   margin:0;
   padding-left:18px;
   color:#fff;
   line-height:1.8;
   background:url(../images/bg_sub_li.gif) 0 4px no-repeat;
   list-style:none;
}

#sub li a {
   color:#fff;
}

#sub li a:hover {
   color:#ddd;
   border-bottom:1px solid #ddd;
}
.sub_2 {
	height: auto;
	width: 279px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 1px;
	padding-top: 20px;
}
.sub_2s {
	height: auto;
	width: 260px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	margin-bottom: 20px;
}
.side_bottom {
	height: 10px;
	width: 280px;
}

.topics {
	width: 260px;
	margin-left: 10px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	height: 180px;
	padding: 0px;
	margin-top: 0px;
}
.topics_2 {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	height: auto;
	width: 225px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 15px;
}

.soudan {
	font-size: 12px;
	color: #FFF;
	height: auto;
	width: 275px;
	padding-left: 5px;
}
.contener {
	height: auto;
	width: 560px;
	margin-top: 10px;
	background-color: #551B14;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
}
.kontener_text {
	font-size: 14px;
	height: auto;
	width: 558px;
	border-top-color: #0C9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.tel {
	background-color: #FFF;
	width: 270px;
	padding-left: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 18px;
	color: #000;
}
.map_s {
	width: 260px;
	margin-left: 10px;
}




/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	text-align:right;
	font-size:11px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 540px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#333;
   text-align:center;
}
.space {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 560px;
}
.space2 {
	height: 390px;
	width: 550px;
}
.info_text {
	float: left;
	width: 550px;
	padding-left: 10px;
	font-size: 14px;
	margin-right: 10px;
	text-align: left;
	background-image: url(../images/back_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.info_text2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.q_box {
	float: left;
	height: 30px;
	width: 540px;
}
.q_rogo {
	float: left;
	height: 30px;
	width: 30px;
}
#column_link {
	text-align:right;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 540px;
}
.title_text {
	font-size: 14px;
	font-weight: bold;
}
.writer {
	font-size: 13px;
	font-weight: bold;
}
.column_text {
	font-size: 13px;
	line-height: 16px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
